home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / shell / AXshDemo131.lha / InstallDisk.lha / etc / rc.mail < prev    next >
Encoding:
Text File  |  1993-01-16  |  494 b   |  19 lines

  1. %sendmail:
  2. internal
  3. UUCP:c/sendmail <%f -f %u -R "%r" -t %t -c "%c"
  4.  %f = name of the letter file
  5.  %u = user login name
  6.  %r = user full name
  7.  %t = receiver (login name only)
  8.  %c = carbon copies
  9.  
  10.  Routetable and aliasfile is only used by internal sendmail.
  11.  UUCP sendmail uses his own files.
  12.  
  13. %routetable:    /* routing information file (<to-host> <route-to>) */
  14. AXsh:usr/spool/mail/Routetable
  15.  
  16. %aliasfile:    /* file for aliases - aliases expanded before .forward */
  17. AXsh:usr/spool/mail/Mailaliases
  18.  
  19.